Skip to content

docs: sync documentation with current API (automated)#128

Closed
rmad17 wants to merge 4 commits into
mainfrom
docs/sync-2026-06-30
Closed

docs: sync documentation with current API (automated)#128
rmad17 wants to merge 4 commits into
mainfrom
docs/sync-2026-06-30

Conversation

@rmad17

@rmad17 rmad17 commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Summary

Automated documentation drift fix. 9 findings addressed (5 P1 · 2 P2 · 2 P3).

Changes

  • README.md — fix poetry installpoetry add (P1, wrong Poetry subcommand)
  • README.md — fix unquoted dict key redirect_uri:"redirect_uri": (P1, Python NameError on copy-paste)
  • README.md — add missing store_options to login/callback route examples (P2)
  • examples/InteractiveLogin.md — fix import from auth_server.server_clientfrom auth0_server_python.auth_server.server_client (P1)
  • examples/InteractiveLogin.md — replace raw dict calls with StartInteractiveLoginOptions(...) in sections 2, 3, 4, 5, 6 (P1, AttributeError on copy-paste)
  • examples/InteractiveLogin.md — fix broken/unclosed code block in section 5 RAR example (P1, SyntaxError)
  • examples/ConfigureStore.md — replace start_login()/complete_login() with start_interactive_login()/complete_interactive_login() (P2, wrong method names for ServerClient)
  • examples/RetrievingData.md — remove trailing semicolons from Python code examples (P3)
  • examples/RetrievingData.md — fix loginHintlogin_hint in option description (P3)
Full Drift Report
# Severity File Issue
1 P1 README.md poetry install auth0-server-python is wrong — should be poetry add
2 P1 README.md Unquoted dict key redirect_uri: causes NameError in Python
3 P1 examples/InteractiveLogin.md Wrong import: from auth_server.server_client missing package prefix
4 P1 examples/InteractiveLogin.md start_interactive_login({...}) with raw dict causes AttributeError — must use StartInteractiveLoginOptions
5 P1 examples/InteractiveLogin.md Unclosed brace in section 5 RAR code block causes SyntaxError
6 P2 examples/ConfigureStore.md start_login()/complete_login() are auth0-fastapi wrapper names, not ServerClient methods
7 P2 README.md Login/callback examples omit store_options — silently breaks cookie-based stores
8 P3 examples/RetrievingData.md Trailing semicolons on get_user(); and get_session();
9 P3 examples/RetrievingData.md loginHint should be login_hint (snake_case)

🤖 Generated with syncing-docs skill

@rmad17 rmad17 requested a review from a team as a code owner June 30, 2026 11:37
@rmad17 rmad17 closed this Jul 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant